home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-09-26 | 3.0 KB | 106 lines | [TEXT/MACA] |
- How to compile and use x,y,zmodem for UNIX.
-
- 1)The file is in "compressed" format. To decompress it:
- $ compress -u rzsz.tar.Z
- <or>
- $ uncompress rzsz.tar.Z <depending on system>
-
- If you don't have compress, get the compress source code
- file #1397 in the FreeSoft RT.
-
- To compile it:
- $ cc compress.c -o compress
-
- Move "compress" to /usr/bin
- $ mv compress /usr/bin
-
- ---------------------------------------------------------
-
- 2) The file is in "tar" format also. To untar it:
- $ mkdir zmodem
- $ mv rzsz.tar zmodem
- $ cd zmodem
- $ tar xf rzsz.tar
-
- ---------------------------------------------------------
-
- 3) Now compile the code for your machine:
- $ make sysv <for System V>
- <or>
- $ make bsd <for Berkley>
- <or>
- $ make xenix <for Xenix>
-
- Edit "makefile" to see other machines.
-
- ---------------------------------------------------------
-
- 4) The following commands will be generated:
- rz - receive zmodem
- sz - send zmodem
- rb - receive binary (ymodem)
- sb - send binary (ymodem)
- rx - receive xmodem
- sx - send xmodem
-
- Move these into /usr/bin:
- $ mv [rs][bzx] /usr/bin
-
- ---------------------------------------------------------
- ---------------------------------------------------------
-
-
- How to use with Red Ryder:
- (Note: Red Ryder 10.3 does not support ZMODEM)
-
- To send a file using x,y, or zmodem from UNIX to Mac:
- $ sz filename
- <or>
- $ sb filename
- <or>
- $ sx filename
-
- Start your X,Y, or ZMODEM file receive in Red Ryder.
-
- ---------------------------------------------------------
-
- To receive a file using x,y,or zmodem to UNIX from Mac:
- $ rz
- <or>
- $ rb filename
- <or>
- $ rx filename
-
- Start your X,Y, or ZMODEM send in Red Ryder.
- Notice "rz" doesn't need a filename. This is because it will automatically
- use the orginal filename used on the Mac. UNIX excepts spaces in filenames
- like the Mac if you surround the filename in quotes (").
-
- EX: To list a file called 'test file from mac':
- $ ls -l "test file from mac"
-
- ---------------------------------------------------------
-
- To send a batch of files from UNIX to Red Ryder:
- (using y or zmodem)
-
- $ sb filename1 filename2 filename3 <for ymodem>
- $ sz filename1 filename2 filename3 <for zmodem>
-
- Start your Y or ZMODEM receive in Red Ryder.
-
- ---------------------------------------------------------
-
- To send a batch of files to UNIX from Red Ryder:
- Create your batch of files in RR (under the File menu).
- $ rz <for zmodem>
- $ rb <for ymodem>
-
- Send the batch file in Y or ZMODEM in Red Ryder.
-
- ---------------------------------------------------------
- If you need additional help, contact:
- Bob Daniel
- GEnie: B.DANIEL
-